HostState

enum HostState : Enum<HostState>

An enum that provides information about the states of a host.

Since

1.0.0

Entries

Link copied to clipboard
@SerializedName(value = "exited")
EXITED()

Indicates that the host left the live event.

Link copied to clipboard
@SerializedName(value = "disconnected")
DISCONNECTED()

Indicates that the host is disconnected from Sendbird server and media streaming of the host has ended.

Link copied to clipboard
@SerializedName(value = "connected")
CONNECTED()

Indicates that the host is connected to Sendbird server and media streaming of the host has started.

Link copied to clipboard
@SerializedName(value = "entered")
ENTERED()

Indicates that the host entered the live event.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int